|
icosahedron_geometry
|
icosahedron_geometry ( orientation='2n5' )
Possible orientations are 222 , 222r , 2n5 , n25 , 2n3 .
Orientation 222 has 2-fold symmetry along x, y, and z axes.
Orientation 222r has 2-fold symmetry along x, y, and z axes,
and rotated 90 degrees about z relative to 222..
Orientation 2n5 has 2-fold symmetry along x and 5-fold along z.
Orientation 2n5r , 2n5 with 180 degree rotation about y.
Orientation n25 has 2-fold symmetry along y and 5-fold along z.
Orientation n25r , n25 with 180 degree rotation about x.
Orientation 2n3 has 2-fold symmetry along x and 3-fold along z.
Orientation 2n3r , 2n3 with 180 degree rotation about y.
|
|
icosahedron_edge_length
|
icosahedron_edge_length ()
|
|
show_icosahedron
|
show_icosahedron (
radius=1,
orientation='222',
subdivision_levels=0,
sphere_factor=0,
style='mesh',
color_rgba=(.7,.7,.7, 1 ),
)
|
|
interpolate_radii
|
interpolate_radii (
varray,
radii_0,
radii_1,
f,
)
|
|
interpolate_icosahedron_with_sphere
|
interpolate_icosahedron_with_sphere (
surface_group,
radius,
sphere_factor,
)
|
|
scale_radii
|
scale_radii ( varray, scale )
|
|
make_icosahedron_surface
|
make_icosahedron_surface (
radius=1,
orientation='222',
subdivision_levels=0,
sphere_factor=0,
style='mesh',
color_rgba=(.7,.7,.7, 1 ),
surface_model=None,
)
|
|